home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
xbin
/
includdefs
< prev
next >
Wrap
Text File
|
1988-09-26
|
359b
|
14 lines
#!/bin/sh
echo "@s[# begin makedefs" > tmpxx
echo "@s,# end makedefs" >> tmpxx
echo "@s|# begin makedefs" >> tmpxx
echo "include makedefs"
echo "# end makedefs" >> tmpxx
echo "@s]" >> tmpxx
for v in Smakefile V/o/makefile V/lsp/makefile V/unixport/makefile V/cmpnew/makefile ;
do
echo -n " $v,"
./merge $v tmpxx tmp1
mv tmp1 $v
done